home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / MacPowerオリジナル / Edutainment World / チャンプジム for DEMO / DIR / mitt.dir / 00096_Script_96 < prev    next >
Text File  |  1997-09-29  |  369b  |  13 lines

  1. on exitFrame
  2.   if rollOver(5) then
  3.     puppetSprite 5,true
  4.     if (the name of cast(the castNum of sprite 5)) = "gongOpen" then
  5.       go to the frame
  6.       exit
  7.     end if
  8.     set the castNum of sprite 5 to the number of cast (the castNum of sprite 5)+1
  9.   else
  10.     set the castNum of sprite 5 to the number of cast "gongClose"
  11.   end if
  12.   go to the frame
  13. end